.flex-h-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-v-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-v-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3f3f3f;
  width: 100%;
  background: #f5f5f5;
}
strong {
  font-size: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
h1 {
  font-size: 24px;
  color: #000;
}
h2 {
  font-size: 18px;
  color: #3f3f3f;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
}
p {
  margin: 0;
  padding: 0;
}
i {
  color: #989898;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #3f3f3f;
}
ul {
  margin: 0;
  padding: 0;
}
a:hover {
  color: #005dbd;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
li {
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.text-right {
  text-align: right;
}
.flex-v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hidden {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mt14 {
  margin-top: 14px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt17 {
  margin-top: 17px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mt19 {
  margin-top: 19px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt21 {
  margin-top: 21px !important;
}
.mt22 {
  margin-top: 22px !important;
}
.mt23 {
  margin-top: 23px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt26 {
  margin-top: 26px !important;
}
.mt27 {
  margin-top: 27px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mt29 {
  margin-top: 29px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt31 {
  margin-top: 31px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt33 {
  margin-top: 33px !important;
}
.mt34 {
  margin-top: 34px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt36 {
  margin-top: 36px !important;
}
.mt37 {
  margin-top: 37px !important;
}
.mt38 {
  margin-top: 38px !important;
}
.mt39 {
  margin-top: 39px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt41 {
  margin-top: 41px !important;
}
.mt42 {
  margin-top: 42px !important;
}
.mt43 {
  margin-top: 43px !important;
}
.mt44 {
  margin-top: 44px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt46 {
  margin-top: 46px !important;
}
.mt47 {
  margin-top: 47px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mt49 {
  margin-top: 49px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt1 {
  margin-bottom: 1px !important;
}
.mt2 {
  margin-bottom: 2px !important;
}
.mt3 {
  margin-bottom: 3px !important;
}
.mt4 {
  margin-bottom: 4px !important;
}
.mt5 {
  margin-bottom: 5px !important;
}
.mt6 {
  margin-bottom: 6px !important;
}
.mt7 {
  margin-bottom: 7px !important;
}
.mt8 {
  margin-bottom: 8px !important;
}
.mt9 {
  margin-bottom: 9px !important;
}
.mt10 {
  margin-bottom: 10px !important;
}
.mt11 {
  margin-bottom: 11px !important;
}
.mt12 {
  margin-bottom: 12px !important;
}
.mt13 {
  margin-bottom: 13px !important;
}
.mt14 {
  margin-bottom: 14px !important;
}
.mt15 {
  margin-bottom: 15px !important;
}
.mt16 {
  margin-bottom: 16px !important;
}
.mt17 {
  margin-bottom: 17px !important;
}
.mt18 {
  margin-bottom: 18px !important;
}
.mt19 {
  margin-bottom: 19px !important;
}
.mt20 {
  margin-bottom: 20px !important;
}
.mt21 {
  margin-bottom: 21px !important;
}
.mt22 {
  margin-bottom: 22px !important;
}
.mt23 {
  margin-bottom: 23px !important;
}
.mt24 {
  margin-bottom: 24px !important;
}
.mt25 {
  margin-bottom: 25px !important;
}
.mt26 {
  margin-bottom: 26px !important;
}
.mt27 {
  margin-bottom: 27px !important;
}
.mt28 {
  margin-bottom: 28px !important;
}
.mt29 {
  margin-bottom: 29px !important;
}
.mt30 {
  margin-bottom: 30px !important;
}
.mt31 {
  margin-bottom: 31px !important;
}
.mt32 {
  margin-bottom: 32px !important;
}
.mt33 {
  margin-bottom: 33px !important;
}
.mt34 {
  margin-bottom: 34px !important;
}
.mt35 {
  margin-bottom: 35px !important;
}
.mt36 {
  margin-bottom: 36px !important;
}
.mt37 {
  margin-bottom: 37px !important;
}
.mt38 {
  margin-bottom: 38px !important;
}
.mt39 {
  margin-bottom: 39px !important;
}
.mt40 {
  margin-bottom: 40px !important;
}
.mt41 {
  margin-bottom: 41px !important;
}
.mt42 {
  margin-bottom: 42px !important;
}
.mt43 {
  margin-bottom: 43px !important;
}
.mt44 {
  margin-bottom: 44px !important;
}
.mt45 {
  margin-bottom: 45px !important;
}
.mt46 {
  margin-bottom: 46px !important;
}
.mt47 {
  margin-bottom: 47px !important;
}
.mt48 {
  margin-bottom: 48px !important;
}
.mt49 {
  margin-bottom: 49px !important;
}
.mt50 {
  margin-bottom: 50px !important;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
@-webkit-keyframes zoom-out {
  0% {
    width: 200px;
    height: 200px;
    background: blue;
    opacity: 0;
  }
  100% {
    width: 400px;
    height: 400px;
    background: red;
    opacity: 1;
  }
}
@-moz-keyframes zoom-out {
  0% {
    width: 200px;
    height: 200px;
    background: blue;
    opacity: 0;
  }
  100% {
    width: 400px;
    height: 400px;
    background: red;
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    width: 200px;
    height: 200px;
    background: blue;
    opacity: 0;
  }
  100% {
    width: 400px;
    height: 400px;
    background: red;
    opacity: 1;
  }
}
.nux-sp-menu {
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background: #0082df;
}
.nux-sp-menu:before,
.nux-sp-menu:after {
  display: table;
  content: "";
}
.nux-sp-menu:after {
  clear: both;
}
.nux-sp-menu .menu-item {
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  height: 100%;
  min-width: 100px;
}
.nux-sp-menu .menu-item:hover {
  background: #006fd8;
}
.nux-sp-menu .menu-item:hover .submenu {
  padding: 10px 0;
  display: block;
}
.nux-sp-menu .active {
  background: #006fd8;
}
.nux-sp-menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  background: #0082df;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.nux-sp-menu .submenu-item {
  padding: 10px 0;
}
.nux-sp-menu .submenu-item:hover {
  background: #006fd8;
}
.nux-sp-menu2 {
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background: #0082df;
}
.nux-sp-menu2:before,
.nux-sp-menu2:after {
  display: table;
  content: "";
}
.nux-sp-menu2:after {
  clear: both;
}
.nux-sp-menu2 .menu-item {
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  height: 100%;
  min-width: 100px;
}
.nux-sp-menu2 .menu-item:hover {
  background: #006fd8;
}
.nux-sp-menu2 .active {
  background: #006fd8;
}
.nux-sp-menu2 .submenu {
  display: none;
  position: absolute;
  left: 0;
  background: #0082df;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.nux-sp-menu2 .submenu-item {
  padding: 10px 0;
}
.nux-sp-menu2 .submenu-item:hover {
  background: #006fd8;
}
